home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat 2000 Reader Awards
/
macformat-098.iso
/
MF Data
/
Behaviours
/
00028_Script_bbedit
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2000-11-01
|
255 b
|
12 lines
on mouseEnter
put the text of member("bbedit","Texts") into member ("InfoText","Texts")
end
on mouseDown
global gMFCDNo
open gMFCDNo & ":resources:bbedit 4.6 lite"
end
on mouseLeave
put empty into member("InfoText","Texts")
end